projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f0de5
)
core: Fix test now that ls prints actual size
author
Colin Walters
<walters@verbum.org>
Sun, 22 Jan 2012 18:10:01 +0000
(13:10 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 22 Jan 2012 18:10:01 +0000
(13:10 -0500)
tests/t0001-archive.sh
patch
|
blob
|
history
diff --git
a/tests/t0001-archive.sh
b/tests/t0001-archive.sh
index 057930c27c3c4a7f46685014e5587fd320ec812d..7849c1d5d395168a7506f5956735a97c4a53d939 100755
(executable)
--- a/
tests/t0001-archive.sh
+++ b/
tests/t0001-archive.sh
@@
-57,7
+57,7
@@
echo "ok uid0 commit"
cd ${test_tmpdir}
$OSTREE ls test2-uid0 /firstfile > uid0-ls-output.txt
-assert_file_has_content uid0-ls-output.txt "-00664 0 0
0
/firstfile"
+assert_file_has_content uid0-ls-output.txt "-00664 0 0
6
/firstfile"
echo "ok uid0 ls"
$OSTREE checkout -U test2-uid0 checkout-user-test2-uid0